.header-content{
    display: flex;
    position: relative;
    width: 1200px;
    height: 450px;
}
.video-zb-bg{
    background: #000000;
    width: 100%;
    height: 450px;
    display: flex;
    justify-content: center;
}
.header-video{
    width: 800px;
    height: 450px;
    object-fit: cover;
    /*background: #0A81C3;*/

}
.video-play{
    width: 62px;
    height: 62px;
    z-index: 1;
    position: absolute;
    top:189px;
    left: 373px;
}
.sidebar{
    width: 400px;
    height: 450px;
    background: #000000;
    /*opacity: 0.59;*/
}
.list-title{
    height: 60px;
    line-height: 60px;
    margin-left: 17px;
    color: #BBBBBB;
    /*font-size: 17px;*/
}
.content{
    overflow-y: auto;
    height: 450px;
}
.list{
    height: 75px;
    display: flex;
    align-items: center;
	cursor: hand;
}

.selected{
    background-color: rgba(255, 255, 255, 0.1);
}
.image{
    margin: 11px 17px;
    border-radius: 2px;
    width: 133px;
    height: 91px;
}
.image1{
    border-radius: 12px;
    margin-left: 16px;
    margin-right: 12px;
    width: 24px;
    height: 24px;
}
.des{
    color: #999999;
    /*font-size: 17px;*/
    /*margin-top: 17px;*/
    margin-right: 16px;
}
.des-selected{
    color: #537FFF;
}
.spot{
    /*margin-left: 111px;*/
    /*margin-right: 111px;*/
}
.section{
    display: flex;
    margin-top: 40px;
}
.section-news{
    display: flex;
    margin-top: 40px;
}
.section-news1{
    display: flex;
    margin-top: 23px;
}
.section-image{
    width: 23px;
    height: 23px;
}
.section-title{
    margin-left: 5px;
    height: 23px;
    line-height: 23px;
    font-size: 17px;
    font-weight: 500;
}
.item-box{
    width: 1200px;
    display: flex;
    /*justify-content: space-between;*/
    flex-wrap: wrap;
}
.item:nth-child(4n){
    margin-right: 0;
}
.item{
    background-color: white;
    width: 288px;
    height: 278px;
    margin-bottom: 17px;
    margin-right: 16px;
    border-radius: 2px;
}
.item:hover{
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
    -webkit-transition: all cubic-bezier(0, 0.88, 1, -0.07) 2s;
    -o-transition: all cubic-bezier(0, 0.88, 1, -0.07) 2s;
    transition: all cubic-bezier(0, 0.88, 1, -0.07) 2s;
}
.recfocus-news-item-video{
    /*width: 100%;*/
    /*height: 158px;*/
    display: none;
}
.spot-cover{
    position: relative;
}
.spot-coverImg{
    width: 288px;
    height: 162px;
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;

}
.spot-video-play{
    position: absolute;
    width: 38px;
    height: 38px;
    left: 125px;
    top: 60px;
    z-index: 1;

}
.item-des{
    margin: 11px 11px 17px 11px;
    height: 45px;
    font-size: 16px;
    font-weight: 500;
}
.time{
    display: flex;
    margin-left: 11px;
    margin-right: 11px;
    margin-bottom: 17px;
    height: 17px;
    line-height: 17px;
    font-size: 13px;
    color: #999999;
}
.time-des{
    flex: 1;
}
.editImg{
    width: 13px;
    height: 13px;
    margin-top: 2px;
}

.spot-live{
    display: flex;

}
.left-live{
    width: 594px;
    height: 395px;
    position: relative;
}
.spot-live-coverImg{
    width: 594px;
    height: 395px;
    border-radius: 2px;
}
.spot-live-play{
    position: absolute;
    width: 38px;
    height: 38px;
    left: 277px;
    top: 178px;
}
.live-des{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 594px;
    height: 41px;
    line-height: 41px;
    background-color: rgba(0,0,0,0.4);
    color: #FFFFFF;
    font-size: 16px;
    border-bottom-left-radius: 2px;
    border-bottom-right-radius: 2px;
}
.right-live{
    width: 606px;
    /*height: 355px;*/
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.live-item{
    width: 291px;
    height: 193px;
    margin-bottom: 10px;
    position: relative;
    margin-left: 9px;
}
.right-spot-live-coverImg{
    width: 291px;
    height: 193px;
    border-radius: 2px;
}
.right-spot-live-play{
    position: absolute;
    width: 38px;
    height: 38px;
    left: 125px;
    top: 66px;
}
.right-live-des{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 291px;
    height: 41px;
    line-height: 41px;
    background-color: rgba(0,0,0,0.4);
    color: #FFFFFF;
    /*font-size: 16px;*/
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    padding: 0 17px;
    border-bottom-left-radius: 2px;
    border-bottom-right-radius: 2px;
}
.spread-box{
    width: 1200px;
    display: flex;
    margin-bottom: 76px;
    position: relative;
    overflow: hidden;
}
.spread-item{
    height: 370px;
    /*width: 88px;*/
    position: relative;
    display: flex;
    justify-content: center;
}
.spread-coverImg{
    width: 88px;
    height: 370px;
    object-fit: cover;
}
.spread-title{
    position: absolute;
    color: white;
    top: 29px;
    /*left: 32px;*/
    writing-mode: tb;
}
.spread-coverImg-land{
    width: 577px;
    height: 370px;
    object-fit: cover;
}
.spread-title-land{
    position: absolute;
    color: white;
    top: 29px;
    left: 32px;
}
.video-left-next{
    position: absolute;
    width: 39px;
    height: 39px;
    left: 24px;
    top: 165px;
}
.video-right-next{
    position: absolute;
    width: 39px;
    height: 39px;
    right: 30px;
    top: 165px;

}

.latest-release-ad{
    width: 1200px;
    height: 83px;
}
.latest-release-ad img{
    width: 100%;
    height: 83px;
    /*margin-right: 17px;*/
}